home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 669
- Top = 127
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'CloneCD'
- ClientHeight = 69
- ClientWidth = 353
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu
- OldCreateOrder = True
- ShowHint = True
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnHelp = FormHelp
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object MainBevel: TBevel
- Left = 0
- Top = 0
- Width = 353
- Height = 2
- Align = alTop
- Shape = bsTopLine
- end
- object ReadButton: TSpeedButton
- Left = 2
- Top = 4
- Width = 86
- Height = 42
- AllowAllUp = True
- ParentShowHint = False
- ShowHint = False
- OnClick = ReadButtonClick
- OnMouseDown = FormMouseDown
- end
- object WriteButton: TSpeedButton
- Left = 90
- Top = 4
- Width = 86
- Height = 42
- AllowAllUp = True
- ParentShowHint = False
- ShowHint = False
- OnClick = WriteButtonClick
- OnMouseDown = FormMouseDown
- end
- object CopyButton: TSpeedButton
- Left = 178
- Top = 4
- Width = 86
- Height = 42
- AllowAllUp = True
- ParentShowHint = False
- ShowHint = False
- OnClick = CopyButtonClick
- OnMouseDown = FormMouseDown
- end
- object EraseButton: TSpeedButton
- Left = 266
- Top = 4
- Width = 86
- Height = 42
- AllowAllUp = True
- ParentShowHint = False
- ShowHint = False
- OnClick = EraseButtonClick
- OnMouseDown = FormMouseDown
- end
- object StatusPanel: TPanel
- Left = 0
- Top = 49
- Width = 353
- Height = 20
- Align = alBottom
- Alignment = taLeftJustify
- BevelInner = bvLowered
- BevelOuter = bvNone
- BorderWidth = 1
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- OnMouseDown = FormMouseDown
- end
- object PopupMenu1: TPopupMenu
- Left = 200
- Top = 32
- object PopUpHelp: TMenuItem
- OnClick = PopUpHelpClick
- end
- end
- object MainMenu: TMainMenu
- Left = 16
- Top = 32
- object FileMenu: TMenuItem
- object ReadMenu: TMenuItem
- Enabled = False
- ShortCut = 82
- OnClick = ReadButtonClick
- end
- object WriteMenu: TMenuItem
- Enabled = False
- ShortCut = 87
- OnClick = WriteButtonClick
- end
- object CopyMenu: TMenuItem
- Enabled = False
- ShortCut = 67
- OnClick = CopyButtonClick
- end
- object EraseMenu: TMenuItem
- Enabled = False
- ShortCut = 69
- OnClick = EraseButtonClick
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object ExitMenu: TMenuItem
- ShortCut = 16472
- OnClick = ExitMenuClick
- end
- end
- object ToolsMenu: TMenuItem
- object LogEnable: TMenuItem
- Enabled = False
- ShortCut = 76
- OnClick = LogEnableClick
- end
- object AutoRunMenu: TMenuItem
- Enabled = False
- ShortCut = 83
- OnClick = AutoRunMenuClick
- end
- object SelectSkin: TMenuItem
- ShortCut = 16459
- OnClick = SelectSkinClick
- end
- object N3: TMenuItem
- Caption = '-'
- end
- object ScanScsi: TMenuItem
- Enabled = False
- ShortCut = 16467
- OnClick = ScanScsiClick
- end
- object N4: TMenuItem
- Caption = '-'
- end
- object SendEmailMenu: TMenuItem
- Enabled = False
- ShortCut = 16453
- OnClick = SendEmailMenuClick
- end
- object CheckUpdateMenuBar: TMenuItem
- Caption = '-'
- end
- object CheckUpdateMenu: TMenuItem
- ShortCut = 16469
- OnClick = CheckUpdateMenuClick
- end
- end
- object HelpMenu: TMenuItem
- object HelpItem: TMenuItem
- Enabled = False
- ShortCut = 72
- OnClick = HelpItemClick
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object RegisterMenu: TMenuItem
- Enabled = False
- ShortCut = 16466
- OnClick = RegisterMenuClick
- end
- object AboutItem: TMenuItem
- Enabled = False
- ShortCut = 16449
- OnClick = HelpAbout
- end
- object N6: TMenuItem
- Caption = '-'
- end
- object HomepageMenu: TMenuItem
- ShortCut = 16456
- OnClick = HomepageMenuClick
- end
- end
- end
- object ScanTimer: TTimer
- Enabled = False
- Interval = 1
- OnTimer = ScanTimerTimer
- Left = 120
- Top = 32
- end
- end
-